Fix a typo
authorMatthias Clasen <mclasen@redhat.com>
Sat, 15 Jan 2011 05:16:51 +0000 (00:16 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 15 Jan 2011 05:16:51 +0000 (00:16 -0500)
gtk/gtkrange.c

index 2ad0357653b798a68f11aac00e67e6877753a3f6..91431e12cc27a86818d34180ada939a4bc536463 100644 (file)
@@ -508,7 +508,7 @@ gtk_range_class_init (GtkRangeClass *class)
                                    PROP_ROUND_DIGITS,
                                    g_param_spec_int ("round-digits",
                                                      P_("Round Digits"),
-                                                     P_("The number of widgets to round the value to."),
+                                                     P_("The number of digits to round the value to."),
                                                      -1,
                                                      G_MAXINT,
                                                      -1,